home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / archiver / zipdate.zip / ZIPDATE.TXT < prev   
Text File  |  1989-04-22  |  1KB  |  46 lines

  1.  
  2.                                     ZIPDATE
  3.  
  4.  
  5. ZIPDATE sets the date for .ZIP files to the latest file date and time in the
  6. archive.  This is useful because communications programs generally set a
  7. downloaded file's date to the current date - you can't tell how old the archive
  8. really is.
  9.  
  10. ZIPDATE syntax:
  11.  
  12.     ZIPDATE [filespec] [filespec...]
  13.  
  14. Examples:
  15.  
  16.     ZIPDATE PXREF.ZIP
  17.     Update the date and time in file PXREF.ZIP
  18.  
  19.     ZIPDATE *.ZIP
  20.     Update the date and time in all .ZIP files on the current directory.
  21.  
  22.     ZIPDATE *
  23.     Update the date and time in all .ZIP files on the current directory.
  24.  
  25.     ZIPDATE D:
  26.     Update the date and time in all .ZIP files on the current directory
  27.     of drive D:.
  28.  
  29.     ZIPDATE D:\SUBDIR\
  30.     Update the date and time in all .ZIP files on directory \SUBDIR
  31.     of drive D:.
  32.  
  33.     ZIPDATE
  34.     You will be prompted for the name of the ZIP file(s).
  35.  
  36.     ZIPDATE D:\SUBDIR\ A:
  37.     Update the date and time in all .ZIP files on directory \SUBDIR
  38.     of drive D: and on the current directory of drive A:.
  39.  
  40.     ZIPDATE TEST D:TEST C:\
  41.     Update the date and time in the following .ZIP files:
  42.        TEST.ZIP
  43.        TEST.ZIP on drive D:
  44.        All .ZIP files on the main directory of drive C:
  45.  
  46.